func strconv.quoteRuneWith

4 uses

	strconv (current package)
		quote.go#L27: func quoteRuneWith(r rune, quote byte, ASCIIonly, graphicOnly bool) string {
		quote.go#L168: 	return quoteRuneWith(r, '\'', false, false)
		quote.go#L184: 	return quoteRuneWith(r, '\'', true, false)
		quote.go#L200: 	return quoteRuneWith(r, '\'', false, true)